From bc89e9422a14f15b74b29b145ca35f0b56e74cc3 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 30 Jul 2013 16:27:04 +0200 Subject: [PATCH] (shr-urlify): Highlight under mouse. --- lisp/ChangeLog | 1 + lisp/net/shr.el | 1 + 2 files changed, 2 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45172836938..68b6dff7c17 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2013-07-30 Lars Magne Ingebrigtsen * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815). + (shr-urlify): Highlight under mouse. 2013-07-30 Xue Fuqiao diff --git a/lisp/net/shr.el b/lisp/net/shr.el index d0b3759782b..cf3aec21ffb 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -833,6 +833,7 @@ START, and END. Note that START and END should be markers." (list 'shr-url url 'help-echo (if title (format "%s (%s)" url title) url) 'follow-link t + 'mouse-face 'highlight 'keymap shr-map))) (defun shr-encode-url (url) -- 2.30.2